gdkrgba: Add a missing apostrophe in a doc comment
authorDaniel Boles <dboles.src@gmail.com>
Mon, 19 Mar 2018 15:13:04 +0000 (15:13 +0000)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 19 Mar 2018 15:14:20 +0000 (15:14 +0000)
gdk/gdkrgba.c

index 833396b180dd7e1b9ab18ad08090605e4bb5e75f..de1c59433783cd7f0bb495c5b751d80853ffc6c3 100644 (file)
@@ -55,7 +55,7 @@ G_DEFINE_BOXED_TYPE (GdkRGBA, gdk_rgba,
  *   1.0 for opaque
  *
  * A #GdkRGBA is used to represent a (possibly translucent)
- * color, in a way that is compatible with cairos notion of color.
+ * color, in a way that is compatible with cairos notion of color.
  */
 
 /**